home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 297 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  952 b 

  1. Path: comma.rhein.de!serpens!not-for-mail
  2. From: mlelstv@serpens.rhein.de (Michael van Elst)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Error in C:Eval
  5. Date: 8 Jan 1996 13:44:26 +0100
  6. Organization: dis-
  7. Message-ID: <4cr3ja$ldj@serpens.rhein.de>
  8. References: <4cqt86$nc4@tuegate.tue.nl>
  9. NNTP-Posting-Host: serpens.rhein.de
  10.  
  11. eka@stack.urc.tue.nl (Eka Durmin) writes:
  12.  
  13. >I use the shell-command Eval in my scripts.
  14. >There's is an error in Eval:
  15. >  Eval 01 + 09
  16. >  output: 0 (should be 10)
  17.  
  18. Yields 1 here. However, the second operand is illegal.
  19. Numbers starting with a 0 are _octal_.
  20.  
  21. >  Eval 01 + 08
  22. >  output: 0 (should be 9 or 09)
  23.  
  24. Same here. My eval has version 37.3.
  25.  
  26. >The error only happens when (AFAIK) adding with 08 or 09 
  27.  
  28. Try:  eval  01 + 010, it will return 9.
  29.  
  30. Regards,
  31. -- 
  32.                                 Michael van Elst
  33.  
  34. Internet: mlelstv@serpens.rhein.de
  35.                                 "A potential Snark may lurk in every tree."
  36.